// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Bluewater BorderFest Music Festival: Vanilla Ice, Color Me Badd, & Young MC','Centennial Park - Sarnia','Sarnia, Canada','Thursday','6/20/2024','7:00 PM','6410661','Bluewater-BorderFest-Music-Festival--Vanilla-Ice--Color-Me-Badd-----Young-MC-6-20-2024'],['I Love The 90s: Vanilla Ice, Zach Goode, Tone Loc, Color Me Badd & Tag Team','Fiddlers Green Amphitheatre','Englewood, CO','Saturday','6/29/2024','7:30 PM','6342442','I-Love-The-90s--Vanilla-Ice--Zach-Goode--Tone-Loc--Color-Me-Badd---Tag-Team-6-29-2024'],['Vanilla Ice & Rob Base','Fond du Lac County Fairgrounds','Fond Du Lac, WI','Thursday','7/18/2024','8:00 PM','6339763','Vanilla-Ice---Rob-Base-7-18-2024'],['Vanilla Ice & C&C Music Factory','Castle Knoll Farms and Amphitheater','Paoli, IN','Saturday','8/3/2024','7:00 PM','6399017','Vanilla-Ice---C-C-Music-Factory-8-3-2024'],['I Love The 90s: Vanilla Ice, Montell Jordan & Rob Base','Hard Rock Cincinnati Outdoor Arena','Cincinnati, OH','Friday','8/9/2024','7:00 PM','6329291','I-Love-The-90s--Vanilla-Ice--Montell-Jordan---Rob-Base-8-9-2024'],['I Love The 90s: Vanilla Ice, All-4-One & Rob Base','Lucas Oil Live At WinStar Casino','Thackerville, OK','Saturday','8/31/2024','8:00 PM','6354018','I-Love-The-90s--Vanilla-Ice--All-4-One---Rob-Base-8-31-2024'],['I Love The 90s: Vanilla Ice, All-4-One & Rob Base','Pacific Coliseum','Vancouver, Canada','Monday','9/2/2024','7:00 PM','6340956','I-Love-The-90s--Vanilla-Ice--All-4-One---Rob-Base-9-2-2024']],'Vanilla Ice','http://www.ticketnetwork.com/ticket/Vanilla-Ice-events.aspx');